home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2007 December
/
PCWKCD1207B.iso
/
Fiszkowe programy do nauki
/
Teach2000 8.19
/
teach819.exe
/
{app}
/
Teach2000.exe
/
0
/
RCDATA
/
TFRMSPELLCHECK
/
TFRMSPELLCHECK.txt
Wrap
Text File
|
2007-07-13
|
2KB
|
116 lines
object frmSpellCheck: TfrmSpellCheck
Left = 0
Top = 0
HelpContext = 1040
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
ClientHeight = 268
ClientWidth = 519
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
Position = poOwnerFormCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object lbNotInList: TTntLabel
Left = 16
Top = 8
Width = 51
Height = 13
Caption = 'lbNotInList'
FocusControl = reNotInList
end
object lblSuggestions: TTntLabel
Left = 16
Top = 96
Width = 68
Height = 13
Caption = 'lblSuggestions'
FocusControl = lbSuggestions
end
object lblLanguage: TTntLabel
Left = 16
Top = 200
Width = 57
Height = 13
Caption = 'lblLanguage'
FocusControl = cbLanguage
end
object pnlNavigation: TPanel
Left = 0
Top = 227
Width = 519
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
519
41)
object btnCancel: TTntButton
Left = 352
Top = 9
Width = 154
Height = 25
Anchors = [akTop, akRight]
Cancel = True
ModalResult = 1
TabOrder = 0
end
end
object reNotInList: TTntRichEdit
Left = 16
Top = 24
Width = 321
Height = 65
TabOrder = 1
OnChange = reNotInListChange
end
object lbSuggestions: TTntListBox
Left = 16
Top = 112
Width = 321
Height = 65
ItemHeight = 13
TabOrder = 2
OnClick = lbSuggestionsClick
OnDblClick = lbSuggestionsDblClick
end
object cbLanguage: TTntComboBox
Left = 192
Top = 192
Width = 145
Height = 21
Style = csDropDownList
Enabled = False
ItemHeight = 13
TabOrder = 3
end
object btnIgnore: TTntButton
Left = 352
Top = 24
Width = 153
Height = 25
TabOrder = 4
OnClick = btnIgnoreClick
end
object btnAddToDictionary: TTntButton
Left = 352
Top = 64
Width = 153
Height = 25
TabOrder = 5
OnClick = btnAddToDictionaryClick
end
object btnModify: TTntButton
Left = 352
Top = 104
Width = 153
Height = 25
Enabled = False
TabOrder = 6
OnClick = btnModifyClick
end
end